sdmdlvaluecall module

class sd.api.mdl.sdmdlvaluecall.SDMDLValueCall(APIContext, handle, *args, **kwargs)

Bases: sd.api.mdl.sdmdlvalue.SDMDLValue

Class used to store information about a MDL call value

getClassName() → str

Returns the most specific name of the class this APIObject is

getType() → Optional[sd.api.sdtype.SDType]

Get the value type as string

getValue() → str

Get the value as a string reference those content is implementation defined

release() → None

Releases an APIObject

setValue(value: str) → None

Reset the value of the reference

Parameters

value – The new item reference value